home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / netgear 212 / brgwunic.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-08-20  |  6.8 KB  |  172 lines

  1. ;*****************************************************************************
  2. ;
  3. ; brgwunic.inf   -- Install the NETGEAR CM212 Cable Modem WDM drivers
  4. ;
  5. ; Copyright (c) 1997-2001 MCCI
  6. ;
  7. ; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $
  8. ;
  9. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  10. ;
  11. ;*****************************************************************************
  12.  
  13. [version]
  14. signature="$CHICAGO$"
  15. Class=USB
  16. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  17. Provider=%Provider%
  18. DriverVer=02/07/2002, 3.21.0.2700
  19. CatalogFile=brgwunic.cat
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Specify target paths...
  26. ;-----------------------------------------------------------------------------
  27. [DestinationDirs]
  28. DefaultDestDir                  = 11                    ; LDID_SYS
  29. NETGEARWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  30. NETGEARWdm.NT.CopyFiles        = 12                    ; system32\drivers
  31. PropPages.CopyFiles             = 11                    ; system
  32.  
  33. ;-----------------------------------------------------------------------------
  34. ; Specify the install disks.  A bit unwieldy during development.
  35. ;-----------------------------------------------------------------------------
  36. [SourceDisksNames]
  37. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  38. 1=%DiskString%,"brgwunic.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[, [subdir] [, size]]
  42. brgwunic.sys = 1
  43. brgwcr95.sys = 1
  44. brgwcrnt.sys = 1
  45. brgwvcr.vxd = 1
  46. brgwwh95.sys = 1
  47. brgwwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %NETGEAR%=NETGEAR
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [NETGEAR]
  59. %NETGEAR.Ndis.Desc% = NETGEARWdm.Install, USB\VID_0E9D&PID_3520
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; How to install them:  On W9x, the [section] name is used directly.
  63. ; On NT, the system first tries [section.NT], then [section].
  64. ;-----------------------------------------------------------------------------
  65.  
  66. ;-----------------------------------------------------------------------------
  67. ; Diagnostics Files CopyFiles List Section
  68. ;-----------------------------------------------------------------------------
  69. [NETGEAR.CopyFiles]
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ; XXX when we have a property page DLL, add it to the following section.
  73. ;-----------------------------------------------------------------------------
  74. [PropPages.CopyFiles]
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ;       How to install the WDM driver on W95/W98
  78. ;-----------------------------------------------------------------------------
  79. [NETGEARWdm.Install]
  80. DriverVer=02/07/2002, 3.21.0.2700
  81. CopyFiles       = NETGEARWdm.W95.CopyFiles, NETGEAR.CopyFiles, PropPages.CopyFiles
  82. AddReg          = NETGEARWdm.AddReg, NETGEARWdm.W95.AddReg
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;       How to install the WDM driver on NT
  86. ;-----------------------------------------------------------------------------
  87. [NETGEARWdm.Install.NT]
  88. DriverVer=02/07/2002, 3.21.0.2700
  89. CopyFiles       = NETGEARWdm.NT.CopyFiles
  90. AddReg          = NETGEARWdm.AddReg, NETGEARWdm.NT.AddReg
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;       How to start the WDM driver on NT
  94. ;-----------------------------------------------------------------------------
  95. [NETGEARWdm.Install.NT.Services]
  96. AddService      = brgwunic, 2, NETGEARWdm.AddService
  97.  
  98. [NETGEARWdm.AddService]
  99. DisplayName             = %NETGEAR.Service.Desc%
  100. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  101. StartType               = 3     ; SERVICE_DEMAND_START
  102. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  103. ServiceBinary           = %12%\brgwunic.sys
  104. LoadOrderGroup          = Base
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       WDM registry entries (all platforms)
  108. ;-----------------------------------------------------------------------------
  109. [NETGEARWdm.AddReg]
  110. HKR,,CRUpperDescription,,%UpperDescription%
  111. HKR,,CREnum,,BRGWCR
  112. HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
  113. HKR,,nRxBulkStreamObjects, 0x10001, 08,00,00,00
  114. HKR,,DataAltSetting, 0x10001, 01,00,00,00
  115. HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00
  116. HKR,,EnableDriverCdcCmdProcessing, 0x10001, 01,00,00,00
  117.  
  118. ;-----------------------------------------------------------------------------
  119. ;       WDM registry entries (W95/98) (including how to start the driver)
  120. ;-----------------------------------------------------------------------------
  121. [NETGEARWdm.W95.AddReg]
  122. HKR,,DevLoader,,*ntkern
  123. HKR,,NTMPDriver,,brgwunic.sys
  124.  
  125. ;-----------------------------------------------------------------------------
  126. ;       WDM registry entries (NT only)
  127. ;-----------------------------------------------------------------------------
  128. [NETGEARWdm.NT.AddReg]
  129.  
  130. ;-----------------------------------------------------------------------------
  131. ;       The WDM copy list for Win95 -- different because things go in
  132. ;       different places.  Also, we probably need to rename drivers 
  133. ;       during the install.
  134. ;-----------------------------------------------------------------------------
  135. [NETGEARWdm.W95.CopyFiles]
  136. brgwunic.sys
  137. brgwcr.sys,brgwcr95.sys
  138. brgwvcr.vxd
  139. brgwwh.sys,brgwwh95.sys
  140.  
  141. ;-----------------------------------------------------------------------------
  142. ;       The WDM copy list for NT -- different because things go in
  143. ;       different places.
  144. ;-----------------------------------------------------------------------------
  145. [NETGEARWdm.NT.CopyFiles]
  146. brgwunic.sys
  147. brgwwh.sys,brgwwhnt.sys
  148. brgwcr.sys,brgwcrnt.sys
  149.  
  150. ;****************************************************************************
  151. ; Localizable Strings
  152. ;****************************************************************************
  153. [strings]
  154.  
  155. ;BEGIN ENG - US English Strings
  156. Provider = "NETGEAR,Inc."
  157. NETGEAR = "NETGEAR,Inc."
  158. DiskString = "NETGEAR CM212 Cable Modem installation disk"
  159.  
  160. NETGEAR.Ndis.Desc = "NETGEAR CM212 Cable Modem (WDM)"
  161. NETGEAR.Service.Desc = "NETGEAR CM212 Cable Modem (WDM)"
  162.  
  163. UpperDescription = "NETGEAR CM212 Cable Modem networking device"
  164.  
  165. ;END ENG - US English Strings
  166.  
  167. ;-----------------------------------------------------------------------------
  168. ; Following are symbolic constants which don't change per locale.
  169. ;-----------------------------------------------------------------------------
  170.  
  171. ;*** end of file ***
  172.